home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / m / m1.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-10-17  |  277 b   |  15 lines

  1. on mouseDown
  2.   global therate, btncast
  3.   if btncast = 24 then
  4.     nothing()
  5.   else
  6.     chkbtn()
  7.   end if
  8.   set therate to the movieRate of sprite 10
  9.   if the stillDown then
  10.     set the movieRate of sprite 10 to -1.5
  11.   else
  12.     set the movieRate of sprite 10 to -4
  13.   end if
  14. end
  15.